@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap");

#wrapper {
  width: 960px;
  min-height: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-family: "Market Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: rgb(255, 255, 255);
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 135px;
  text-align: center;
}

nav {
  /* Position Navigation */
  text-align: center;
  padding-bottom: 0px;
}

nav ul {
  /* Auflistungssymbole */
  list-style-type: none;
  width: 895px;
  padding-bottom: 20px;
}

nav li {
  /* Formatierung Navigation */
  font-family: "Market Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  display: inline;
  margin-right: 6%;
}

.mapmarker {
  margin-top: 0px;
}

/* font der gesamten Seite bzw. der links*/
a {
  color: #777;
  text-decoration: none;
  /* font-family = 1. Font wird probiert, wenn nicht -> 2. Font */
}

/* body */

section {
  align-items: center;
  justify-content: center;
  height: auto;
  padding-bottom: 0px;
}

#ueberheadline {
  font-size: 2.3em;
  font-family: "Poppins", sans-serif;
}

#ueberheadline span {
  color: rgb(74, 204, 124);
}

.geschichte {
  position: relative;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 40px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
  border: 2px solid;
  display: block;
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 20px -8px rgba(185, 185, 185, 0.4);
  width: 87%;
  background-color: #ffe672;
  animation-name: fade-in-top;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  z-index: -1;
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.secondsection {
  animation: myAnim 1s ease 0s 1 normal forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes myAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h2 {
  text-align: center;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}

.text {
  text-align: justify;
}

.text span {
  font: "Brush Script MT";
  font-size: 2.2em;
  float: left;
  margin-right: 0.2em;
  font-weight: 700;
  margin-top: -4px;
}

.textu {
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
}

#flowüber1 {
  font-size: 5em;
  margin-top: 50px;
  margin-bottom: 10px;
}

#flowüber1 span {
  font-size: 1em;
  font-weight: 550;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(114, 196, 128) 20%,
    rgb(88, 133, 184) 40%,
    rgb(88, 133, 184) 60%,
    rgb(114, 196, 128)
  );
  background-size: 400% auto;
  color: rgb(0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite;
}

.flowtxtbox1 {
  display: block;
  overflow: visible;
  height: 250px;
  margin-top: 40px;
}

#flowtxt1 {
  text-align: justify;
  margin-top: 0px;
  padding-left: 400px;
  padding-top: 50px;
  font-size: 1em;
}

.flowbild1 {
  float: left;
  height: 215px;
  overflow: visible;
  margin-top: -180px;
  margin-bottom: -50px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.flowbild1:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition: 0.5s;
  box-shadow: 0px 47px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px);
}

#flowüber2 {
  text-align: right;
  font-size: 5em;
  margin-top: -10px;
  margin-bottom: 10px;
}

#flowüber2 span {
  font-size: 1em;
  font-weight: 550;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(114, 196, 128) 20%,
    rgb(88, 133, 184) 40%,
    rgb(88, 133, 184) 60%,
    rgb(114, 196, 128)
  );
  background-size: 400% auto;
  color: rgb(0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite;
}

@keyframes shine {
  to {
    background-position: 400% center;
  }
}

.flowtxtbox2 {
  display: block;
  overflow: visible;
  height: 220px;
  margin-top: 80px;
}

.flowbild2 {
  float: right;
  height: 215px;
  overflow: visible;
  margin-top: -160px;
  margin-bottom: -50px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.flowbild2:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition: 0.5s;
  box-shadow: 0px 47px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px);
}

#flowtxt2 {
  text-align: justify;
  margin-top: 50px;
  padding-right: 395px;
  font-size: 1em;
}

#flowüber3 {
  font-size: 5em;
  margin-top: -10px;
  margin-bottom: 10px;
}

#flowüber3 span {
  font-size: 1em;
  font-weight: 550;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(114, 196, 128) 20%,
    rgb(88, 133, 184) 40%,
    rgb(88, 133, 184) 60%,
    rgb(114, 196, 128)
  );
  background-size: 400% auto;
  color: rgb(0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite;
}

.flowtxtbox3 {
  display: block;
  overflow: visible;
  height: 220px;
  margin-top: 40px;
}

#flowtxt3 {
  text-align: justify;
  margin-top: 0px;
  padding-left: 400px;
  padding-top: 50px;
  font-size: 1em;
}

.flowbild3 {
  float: left;
  height: 225px;
  overflow: visible;
  margin-top: -182px;
  margin-bottom: -50px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.flowbild3:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition: 0.5s;
  box-shadow: 0px 47px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px);
}

footer {
  height: 50px;
  clear: both;
  background: rgb(255, 255, 255);
  padding-bottom: 25px;
  padding-top: 50px;
}

footer ul {
  float: left;
  list-style: none;
  padding-top: 3px;
  padding-left: 0px;
  margin: 20px;
  font-size: 15px;
}

.facebook {
  float: left;
  padding-top: 19px;
  padding-left: 20px;
}

.insta {
  float: left;
  padding-top: 19px;
}

footer li {
  margin-right: 15px;
  display: inline;
}

footer img {
  margin-right: 20px;
  float: right;
}

footer p {
  font-size: 10px;
  float: right;
  padding-right: 20px;
  padding-top: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
